


   I've been using these program to understand how the TI loads
   assembly (ASCIIdata code) programs and how it executes BASIC
   programs.


   asm.asm          this was a test
   exe.asm          run a basic program (change first byte)
   search.asm       look for an instruction in ROM (tells address)
   unpt.asm         unprotect all programs
   trap.asm         install an interrupt routine to tell [breakpoint]
                    when HL register is equal to $9327
   trap_uninst.asm  uninstall interrupt routine (im 2->im 1)

   asm83.inc        my own include file!


*10/10/2000 - 23:25*